From 1b456a3fee1a30fc25186b3cdbb92c2d8f096495 Mon Sep 17 00:00:00 2001 From: "iap10@freefall.cl.cam.ac.uk" Date: Fri, 1 Jul 2005 10:52:07 +0000 Subject: [PATCH] Fix to xen-clone, minor top-level Makefile tidy Signed-off-by: ian.pratt@cl.cam.ac.uk --- Makefile | 6 ++---- tools/misc/xen-clone | 2 +- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index 264cc2015e..97438bf3e0 100644 --- a/Makefile +++ b/Makefile @@ -177,12 +177,10 @@ uninstall: # Legacy targets for compatibility linux24: - $(MAKE) linux-2.4-xen0-build - $(MAKE) linux-2.4-xenU-build + $(MAKE) 'KERNELS=linux-2.4*' dist linux26: - $(MAKE) linux-2.6-xen0-build - $(MAKE) linux-2.6-xenU-build + $(MAKE) 'KERNELS=linux-2.6*' dist netbsd20: $(MAKE) netbsd-2.0-xenU-build diff --git a/tools/misc/xen-clone b/tools/misc/xen-clone index fe573ef9df..581a0b9f4e 100755 --- a/tools/misc/xen-clone +++ b/tools/misc/xen-clone @@ -52,7 +52,7 @@ esac # clone the master repository (now checked-out by default) if [ ! -d ${DEST_BK_REP} ] then -mkdir -p ${DEST_BK_REP} ; cd ${DEST_BK_REP} ; hg init ${BK_REP} ${DEST_BK_REP} ; hg co ; cd ${TOP} +mkdir -p ${DEST_BK_REP} ; cd ${DEST_BK_REP} ; hg init ${BK_REP} ; hg co ; cd ${TOP} else cd ${DEST_BK_REP} hg pull ; hg co -- 2.30.2